[Manager Summary]
Embeds a color profile during printing.
OSStatus PMSetProfile(PMPrintSettings printSettings, PMTag tag, const CMProfileLocation profile)
PARAMETERS
printSettings
- a PMPrintSettings reference
tag
- The value represented by the constant kPMSourceProfile, which is currently the only possible value. Your application should coordinate scanned images with the profile of the device that did the original scanning to achieve much higher fidelity than simply printing the scanned image. All drawing will assume this profile until canceled by another profile.
profile
- A structure of type CMProfileLocation that you use to specify a profile location.
- function result
- A result code. See Result Codes.
DISCUSSION
The PMSetProfile replaces the PicComment method you used to embed a profile during printing. You may pass nil to request the default profile.
Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.